home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / comm / abuser10.zip / ABUSER.EXE / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  1996-11-14  |  1KB  |  54 lines

  1. object Form2: TForm2
  2.   Left = 355
  3.   Top = 276
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Insult'
  7.   ClientHeight = 95
  8.   ClientWidth = 337
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 47
  22.     Top = 10
  23.     Width = 268
  24.     Height = 50
  25.     Alignment = taCenter
  26.     AutoSize = False
  27.     Caption = 'You will be insulted in a big way'
  28.     Font.Color = clWindowText
  29.     Font.Height = -13
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.     WordWrap = True
  34.   end
  35.   object Image1: TImage
  36.     Left = 7
  37.     Top = 6
  38.     Width = 32
  39.     Height = 32
  40.     AutoSize = True
  41.     Picture.Data = {<image001.ico>}
  42.   end
  43.   object Button1: TButton
  44.     Left = 135
  45.     Top = 66
  46.     Width = 61
  47.     Height = 25
  48.     Caption = 'OK'
  49.     ModalResult = 1
  50.     TabOrder = 0
  51.     OnClick = Button1Click
  52.   end
  53. end
  54.